[INFO] cloning repository https://github.com/riboseinc/riffol
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/riboseinc/riffol" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Friboseinc%2Friffol", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Friboseinc%2Friffol'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3fa11b085767de108c62141b2faf1b60e379c081
[INFO] checking riboseinc/riffol against try#21cad1f647cfd05a566220f933edd88a53e50bcf for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Friboseinc%2Friffol" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/riboseinc/riffol
[INFO] finished tweaking git repo https://github.com/riboseinc/riffol
[INFO] tweaked toml for git repo https://github.com/riboseinc/riffol written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/riboseinc/riffol on toolchain 21cad1f647cfd05a566220f933edd88a53e50bcf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/riboseinc/riffol already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `riffol` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 728ac84a4b3999e83ebc3ca9a6cc41d836e2a5e4cf9218caf45fbf8a5a441a5e
[INFO] running `Command { std: "docker" "start" "728ac84a4b3999e83ebc3ca9a6cc41d836e2a5e4cf9218caf45fbf8a5a441a5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "728ac84a4b3999e83ebc3ca9a6cc41d836e2a5e4cf9218caf45fbf8a5a441a5e" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "728ac84a4b3999e83ebc3ca9a6cc41d836e2a5e4cf9218caf45fbf8a5a441a5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "728ac84a4b3999e83ebc3ca9a6cc41d836e2a5e4cf9218caf45fbf8a5a441a5e" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `riffol` (manifest) generated 1 warning
[INFO] [stderr]     Checking libc v0.2.43
[INFO] [stderr]     Checking cfg-if v0.1.5
[INFO] [stderr]    Compiling proc-macro2 v0.4.20
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling cc v1.0.25
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling ucd-trie v0.1.1
[INFO] [stderr]     Checking rand_core v0.2.2
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]    Compiling pest v2.0.1
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking stable_deref_trait v1.1.1
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling maplit v1.0.1
[INFO] [stderr]     Checking owning_ref v0.3.3
[INFO] [stderr]    Compiling lazy_static v1.1.0
[INFO] [stderr]     Checking smallvec v0.6.5
[INFO] [stderr]     Checking time v0.1.40
[INFO] [stderr]     Checking rand v0.5.5
[INFO] [stderr]     Checking log v0.4.5
[INFO] [stderr]     Checking nodrop v0.1.12
[INFO] [stderr]     Checking rustc-demangle v0.1.9
[INFO] [stderr]    Compiling backtrace-sys v0.1.24
[INFO] [stderr]     Checking textwrap v0.10.0
[INFO] [stderr]     Checking arrayvec v0.4.7
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]     Checking lock_api v0.1.4
[INFO] [stderr]    Compiling quote v0.6.8
[INFO] [stderr]     Checking strsim v0.7.0
[INFO] [stderr]    Compiling pest_meta v2.0.3
[INFO] [stderr]     Checking crossbeam-utils v0.5.0
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stderr]    Compiling nix v0.11.0
[INFO] [stderr]    Compiling syn v0.14.9
[INFO] [stderr]    Compiling syn v0.15.12
[INFO] [stderr]     Checking crossbeam-epoch v0.6.0
[INFO] [stderr]     Checking clap v2.32.0
[INFO] [stderr]     Checking chrono v0.4.6
[INFO] [stderr]     Checking backtrace v0.3.9
[INFO] [stderr]     Checking error-chain v0.11.0
[INFO] [stderr]     Checking parking_lot v0.6.4
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking slab v0.4.1
[INFO] [stderr]     Checking arc-swap v0.3.2
[INFO] [stderr]     Checking lazycell v1.2.0
[INFO] [stderr]     Checking termcolor v0.3.6
[INFO] [stderr]     Checking mio v0.6.16
[INFO] [stderr]     Checking signal-hook v0.1.5
[INFO] [stderr]     Checking stderrlog v0.4.1
[INFO] [stderr]     Checking crossbeam-channel v0.2.6
[INFO] [stderr]     Checking syslog v4.0.1
[INFO] [stderr]    Compiling pest_generator v2.0.0
[INFO] [stderr]    Compiling nereon_derive v0.4.2
[INFO] [stderr]    Compiling pest_derive v2.0.1
[INFO] [stderr]     Checking nereon v0.4.2
[INFO] [stderr]     Checking riffol v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `statvfs64`
[INFO] [stdout]    --> src/health.rs:132:15
[INFO] [stdout]     |
[INFO] [stdout] 132 |         #[cfg(statvfs64)]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(statvfs64)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(statvfs64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `statvfs64`
[INFO] [stdout]    --> src/health.rs:145:19
[INFO] [stdout]     |
[INFO] [stdout] 145 |         #[cfg(not(statvfs64))]
[INFO] [stdout]     |                   ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(statvfs64)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(statvfs64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/health.rs:149:50
[INFO] [stdout]     |
[INFO] [stdout] 149 |             let mut stats: statvfs = ::std::mem::uninitialized();
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::os::unix::process::CommandExt::before_exec`: should be unsafe, use `pre_exec` instead
[INFO] [stdout]    --> src/application.rs:289:14
[INFO] [stdout]     |
[INFO] [stdout] 289 |             .before_exec(move || {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `statvfs64`
[INFO] [stdout]    --> src/health.rs:132:15
[INFO] [stdout]     |
[INFO] [stdout] 132 |         #[cfg(statvfs64)]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(statvfs64)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(statvfs64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `statvfs64`
[INFO] [stdout]    --> src/health.rs:145:19
[INFO] [stdout]     |
[INFO] [stdout] 145 |         #[cfg(not(statvfs64))]
[INFO] [stdout]     |                   ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(statvfs64)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(statvfs64)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/health.rs:149:50
[INFO] [stdout]     |
[INFO] [stdout] 149 |             let mut stats: statvfs = ::std::mem::uninitialized();
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/stream.rs:176:21
[INFO] [stdout]     |
[INFO] [stdout] 176 |                 let mut connection = connections.get_mut(handle).unwrap();
[INFO] [stdout]     |                     ----^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/stream.rs:195:21
[INFO] [stdout]     |
[INFO] [stdout] 195 |                 let mut connection = connections.remove(handle);
[INFO] [stdout]     |                     ----^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/stream.rs:243:17
[INFO] [stdout]     |
[INFO] [stdout] 243 |             let mut logger: syslog::Result<
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `libc::statvfs` does not permit being left uninitialized
[INFO] [stdout]    --> src/health.rs:149:38
[INFO] [stdout]     |
[INFO] [stdout] 149 |             let mut stats: statvfs = ::std::mem::uninitialized();
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this code causes undefined behavior when executed
[INFO] [stdout]     |                                      help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Option::<T>::map_or` that must be used
[INFO] [stdout]    --> src/init.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |             stop_idx.map_or((), |idx| self.schedule_stop(idx));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you don't need the returned value, use `if let` instead
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 142 |             let _ = stop_idx.map_or((), |idx| self.schedule_stop(idx));
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::os::unix::process::CommandExt::before_exec`: should be unsafe, use `pre_exec` instead
[INFO] [stdout]    --> src/application.rs:289:14
[INFO] [stdout]     |
[INFO] [stdout] 289 |             .before_exec(move || {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/stream.rs:176:21
[INFO] [stdout]     |
[INFO] [stdout] 176 |                 let mut connection = connections.get_mut(handle).unwrap();
[INFO] [stdout]     |                     ----^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/stream.rs:195:21
[INFO] [stdout]     |
[INFO] [stdout] 195 |                 let mut connection = connections.remove(handle);
[INFO] [stdout]     |                     ----^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/stream.rs:243:17
[INFO] [stdout]     |
[INFO] [stdout] 243 |             let mut logger: syslog::Result<
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `libc::statvfs` does not permit being left uninitialized
[INFO] [stdout]    --> src/health.rs:149:38
[INFO] [stdout]     |
[INFO] [stdout] 149 |             let mut stats: statvfs = ::std::mem::uninitialized();
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this code causes undefined behavior when executed
[INFO] [stdout]     |                                      help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Option::<T>::map_or` that must be used
[INFO] [stdout]    --> src/init.rs:142:13
[INFO] [stdout]     |
[INFO] [stdout] 142 |             stop_idx.map_or((), |idx| self.schedule_stop(idx));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you don't need the returned value, use `if let` instead
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 142 |             let _ = stop_idx.map_or((), |idx| self.schedule_stop(idx));
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.67s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.14.9
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "728ac84a4b3999e83ebc3ca9a6cc41d836e2a5e4cf9218caf45fbf8a5a441a5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "728ac84a4b3999e83ebc3ca9a6cc41d836e2a5e4cf9218caf45fbf8a5a441a5e", kill_on_drop: false }`
[INFO] [stdout] 728ac84a4b3999e83ebc3ca9a6cc41d836e2a5e4cf9218caf45fbf8a5a441a5e
